Path: api/v1/accounts/debtors/jobbalance/{jobno}
Method:GET
Summary:Returns original amount, balance due and currency code of job
Description:Note: if the job has been invoiced, the response will include the invoice number but not a balance due.
Response content:
Response:
{
"invNo": 1,
"amount": 10.0000,
"balanceDue": 10.0000,
"currencyCode": "EUR"
}